GraphicPropertiesColorMode Property
Specifies the output of colors from a source bitmap or raster graphic.
The defined values for the draw:color-mode attribute are:
- greyscale: image is displayed using intensity only.
- mono: image is displayed in black and white.
- standard: image is displayed without modification by the draw:color-mode attribute.
- watermark: colors are modified to make the resulting image transparent.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public ColorMode ColorMode { get; set; }
Public Property ColorMode As ColorMode
Get
Set
Property Value
ColorMode